home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / KEYTRAP3.ZIP / keytrap3.doc < prev   
Text File  |  1996-02-25  |  3KB  |  64 lines

  1.  
  2.  
  3.                    KEYTRAP v3.0 - Keyboard Key Logger
  4.                       by dcypher (dcypher@mhv.net)
  5.             
  6.         http://www.mhv.net/~dcypher/keytrap.html
  7.                   
  8. -------------------------------------------------------------------------
  9. THIS PROGRAM MAY NOT BE DISTRIBUTED IN ANY WAY THAT VIOLATES U.S. OR 
  10. FOREIGN LAW.  THIS PROGRAM MUST NOT BE USED TO GAIN UNAUTHORIZED ACCESS 
  11. TO DATA AND IS NOT INTENDED TO HELP USERS TO VIOLATE THE LAW ! 
  12. -------------------------------------------------------------------------
  13. The author disclaims ALL warranties relating to the program, whether 
  14. express or implied.  In absolutely no event shall the author be liable 
  15. for any damage resulting from the use and/or misuse of this program.
  16. -------------------------------------------------------------------------
  17.  
  18.  
  19. WHAT IS KEYTRAP ?
  20. ~~~~~~~~~~~~~~~~~
  21. KEYTRAP is a very effective keyboard key logger that will log
  22. keyboard scancodes to a logfile for later conversion to ASCII
  23. characters. Keytrap installs as a TSR, remaining in memory
  24. untill the computer is turned off. Keytrap will NOT work while
  25. you are in windows.
  26.  
  27. CONVERT will convert the keyboard scancodes captured by Keytrap
  28. to their respective keyboard (ASCII) characters. Convert is now
  29. written in C. Source code is included.
  30.  
  31.  
  32. NOTES
  33. ~~~~~
  34. Both programs were coded so any modifications to the source codes
  35. could EASILY be made. Both programs are HIGHLY configureable. They
  36. can be easily changed to fit almost ANY dos application you need.
  37. The TSR (Keytrap) is VERY powerful, it will capture keys during
  38. almost anything you run. There are very few ways to defeat it.
  39.  
  40. Keytrap uses interrupts 9 and 21. Keytraps interrupt 9 ISR is checked
  41. via the interrupt 21 ISR and replaced if need be. You can easily add
  42. many more 9 ISR's if a program decides to take full control of the
  43. 9 ISR more then twice, which is VERY unlikely. Very few programs take
  44. full control of ISR 9.
  45.  
  46. Keytrap will not display ANY messages. Check the logfile and 
  47. the size of the logfile if your not sure Keytrap is working. 
  48.  
  49. Keytrap will only make the logfile hidden if the logfile is
  50. actually created by Keytrap or the maximum size of the logfile
  51. is reached or exceeded. If you specify a file that already
  52. exists then Keytrap will not change that files attributes and 
  53. will append all scancode data to the end of the file.
  54.  
  55. Keytrap will not crash if the logfile gets deleted while Keytrap
  56. is in memory. It will just keep looking for the logfile so it can
  57. write its buffer. A buffer write is not forced untill the buffer
  58. reaches 400 bytes. It will then try to write its buffer during 
  59. the next interrupt 21 call.
  60.  
  61. If you have any questions or need some help, e-mail me.
  62.  
  63. dcypher <dcypher@mhv.net>
  64.